﻿2026-06-15T12:27:11.5609667Z Current runner version: '2.335.1'
2026-06-15T12:27:11.5614279Z Runner name: 'kitsubito'
2026-06-15T12:27:11.5614803Z Runner group name: 'Default'
2026-06-15T12:27:11.5615440Z Machine name: 'KITSUBITO'
2026-06-15T12:27:11.5617440Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T12:27:11.5619346Z Contents: read
2026-06-15T12:27:11.5619761Z Metadata: read
2026-06-15T12:27:11.5620141Z Packages: read
2026-06-15T12:27:11.5620524Z ##[endgroup]
2026-06-15T12:27:11.5622097Z Secret source: Actions
2026-06-15T12:27:11.5622617Z Prepare workflow directory
2026-06-15T12:27:11.6044027Z Prepare all required actions
2026-06-15T12:27:11.6074068Z Getting action download info
2026-06-15T12:27:12.1382328Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T12:27:12.7135167Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-15T12:27:12.7961174Z ##[group]Run actions/checkout@v5
2026-06-15T12:27:12.7961931Z with:
2026-06-15T12:27:12.7962300Z   fetch-depth: 0
2026-06-15T12:27:12.7962726Z   repository: SaberMage/spt-core
2026-06-15T12:27:12.7966095Z   token: ***
2026-06-15T12:27:12.7966458Z   ssh-strict: true
2026-06-15T12:27:12.7966840Z   ssh-user: git
2026-06-15T12:27:12.7967220Z   persist-credentials: true
2026-06-15T12:27:12.7967618Z   clean: true
2026-06-15T12:27:12.7967989Z   sparse-checkout-cone-mode: true
2026-06-15T12:27:12.7968424Z   fetch-tags: false
2026-06-15T12:27:12.7968792Z   show-progress: true
2026-06-15T12:27:12.7969349Z   lfs: false
2026-06-15T12:27:12.7969702Z   submodules: false
2026-06-15T12:27:12.7970082Z   set-safe-directory: true
2026-06-15T12:27:12.7970691Z ##[endgroup]
2026-06-15T12:27:12.8755627Z Syncing repository: SaberMage/spt-core
2026-06-15T12:27:12.8757357Z ##[group]Getting Git version info
2026-06-15T12:27:12.8758109Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T12:27:12.8759039Z [command]/usr/bin/git version
2026-06-15T12:27:12.8783367Z git version 2.43.0
2026-06-15T12:27:12.8804740Z ##[endgroup]
2026-06-15T12:27:12.8818158Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/530cccb1-2383-41ce-9a6c-338cc1300296' before making global git config changes
2026-06-15T12:27:12.8819684Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T12:27:12.8821799Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T12:27:12.8854969Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T12:27:12.8874509Z https://github.com/SaberMage/spt-core
2026-06-15T12:27:12.8885590Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T12:27:12.8888133Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T12:27:12.8915261Z HEAD
2026-06-15T12:27:12.8945679Z ##[endgroup]
2026-06-15T12:27:12.8946324Z [command]/usr/bin/git submodule status
2026-06-15T12:27:12.9126330Z ##[group]Cleaning the repository
2026-06-15T12:27:12.9126931Z [command]/usr/bin/git clean -ffdx
2026-06-15T12:27:15.2169493Z Removing target/
2026-06-15T12:27:15.2179367Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T12:27:15.2390521Z HEAD is now at 4f877d0 Merge 5bb675aecc7bc940949432361fb15d7358642159 into 1ce9e9826bf8f8b124861eb53a389454c48c5e7a
2026-06-15T12:27:15.2395337Z ##[endgroup]
2026-06-15T12:27:15.2396780Z ##[group]Disabling automatic garbage collection
2026-06-15T12:27:15.2400919Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T12:27:15.2427535Z ##[endgroup]
2026-06-15T12:27:15.2428073Z ##[group]Setting up auth
2026-06-15T12:27:15.2433276Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T12:27:15.2460979Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T12:27:15.2649936Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T12:27:15.2673708Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T12:27:15.2862233Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T12:27:15.2889230Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T12:27:15.3080260Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T12:27:15.3112264Z ##[endgroup]
2026-06-15T12:27:15.3112717Z ##[group]Fetching the repository
2026-06-15T12:27:15.3119443Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +4f877d09a74ae3712362aa355a7c3f67b725f12f:refs/remotes/pull/14/merge
2026-06-15T12:27:16.1801690Z From https://github.com/SaberMage/spt-core
2026-06-15T12:27:16.1802571Z  * [new branch]      fix/digest-proof-session-id-keys -> origin/fix/digest-proof-session-id-keys
2026-06-15T12:27:16.1826208Z ##[endgroup]
2026-06-15T12:27:16.1826824Z ##[group]Determining the checkout info
2026-06-15T12:27:16.1827348Z ##[endgroup]
2026-06-15T12:27:16.1830958Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T12:27:16.1870436Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T12:27:16.1894967Z ##[group]Checking out the ref
2026-06-15T12:27:16.1904280Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/14/merge
2026-06-15T12:27:16.1945237Z HEAD is now at 4f877d0 Merge 5bb675aecc7bc940949432361fb15d7358642159 into 1ce9e9826bf8f8b124861eb53a389454c48c5e7a
2026-06-15T12:27:16.1949498Z ##[endgroup]
2026-06-15T12:27:16.1983892Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T12:27:16.2008030Z 4f877d09a74ae3712362aa355a7c3f67b725f12f
2026-06-15T12:27:16.2194103Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T12:27:16.2194614Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T12:27:16.2210236Z shell: /usr/bin/bash -e {0}
2026-06-15T12:27:16.2210464Z ##[endgroup]
2026-06-15T12:27:16.2319570Z ##[group]Run set -euo pipefail
2026-06-15T12:27:16.2319908Z [36;1mset -euo pipefail[0m
2026-06-15T12:27:16.2320119Z [36;1mPIN=0c95435[0m
2026-06-15T12:27:16.2320319Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T12:27:16.2320571Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T12:27:16.2320904Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T12:27:16.2321321Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T12:27:16.2321749Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T12:27:16.2322089Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T12:27:16.2322328Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T12:27:16.2322590Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T12:27:16.2322924Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T12:27:16.2323282Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T12:27:16.2323510Z [36;1mfi[0m
2026-06-15T12:27:16.2323782Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T12:27:16.2337682Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T12:27:16.2337966Z env:
2026-06-15T12:27:16.2338166Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T12:27:16.2338391Z ##[endgroup]
2026-06-15T12:27:16.8930873Z    Compiling proc-macro2 v1.0.106
2026-06-15T12:27:16.8931388Z    Compiling quote v1.0.45
2026-06-15T12:27:16.8931746Z    Compiling unicode-ident v1.0.24
2026-06-15T12:27:16.8932084Z    Compiling libc v0.2.186
2026-06-15T12:27:16.8932413Z    Compiling serde_core v1.0.228
2026-06-15T12:27:16.8933569Z    Compiling cfg-if v1.0.4
2026-06-15T12:27:16.8933917Z    Compiling serde v1.0.228
2026-06-15T12:27:16.8984709Z    Compiling log v0.4.32
2026-06-15T12:27:16.9031533Z    Compiling pin-project-lite v0.2.17
2026-06-15T12:27:16.9050835Z    Compiling typenum v1.20.1
2026-06-15T12:27:16.9095218Z    Compiling portable-atomic v1.13.1
2026-06-15T12:27:16.9132468Z    Compiling version_check v0.9.5
2026-06-15T12:27:16.9177381Z    Compiling memchr v2.8.1
2026-06-15T12:27:16.9178173Z    Compiling critical-section v1.2.0
2026-06-15T12:27:16.9258883Z    Compiling shlex v2.0.1
2026-06-15T12:27:16.9460030Z    Compiling find-msvc-tools v0.1.9
2026-06-15T12:27:16.9961486Z    Compiling bytes v1.11.1
2026-06-15T12:27:17.0021379Z    Compiling futures-core v0.3.32
2026-06-15T12:27:17.0510320Z    Compiling subtle v2.6.1
2026-06-15T12:27:17.1400201Z    Compiling equivalent v1.0.2
2026-06-15T12:27:17.1541423Z    Compiling smallvec v1.15.1
2026-06-15T12:27:17.1551513Z    Compiling itoa v1.0.18
2026-06-15T12:27:17.1859891Z    Compiling semver v1.0.28
2026-06-15T12:27:17.2256665Z    Compiling stable_deref_trait v1.2.1
2026-06-15T12:27:17.2257977Z    Compiling futures-io v0.3.32
2026-06-15T12:27:17.2730751Z    Compiling slab v0.4.12
2026-06-15T12:27:17.2840222Z    Compiling generic-array v0.14.7
2026-06-15T12:27:17.3002620Z    Compiling futures-sink v0.3.32
2026-06-15T12:27:17.3190752Z    Compiling futures-task v0.3.32
2026-06-15T12:27:17.3953356Z    Compiling hashbrown v0.17.1
2026-06-15T12:27:17.4051239Z    Compiling rustversion v1.0.22
2026-06-15T12:27:17.4291739Z    Compiling futures-channel v0.3.32
2026-06-15T12:27:17.4376366Z    Compiling bitflags v2.12.1
2026-06-15T12:27:17.5061567Z    Compiling rustc_version v0.4.1
2026-06-15T12:27:17.5185004Z    Compiling cpufeatures v0.2.17
2026-06-15T12:27:17.5252776Z    Compiling fnv v1.0.7
2026-06-15T12:27:17.5510720Z    Compiling strsim v0.11.1
2026-06-15T12:27:17.6162945Z    Compiling rand_core v0.10.1
2026-06-15T12:27:17.6201633Z    Compiling cfg_aliases v0.2.1
2026-06-15T12:27:17.6470699Z    Compiling writeable v0.6.3
2026-06-15T12:27:17.7161429Z    Compiling litemap v0.8.2
2026-06-15T12:27:17.7230329Z    Compiling icu_properties_data v2.2.0
2026-06-15T12:27:17.7240130Z    Compiling dunce v1.0.5
2026-06-15T12:27:17.7606408Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T12:27:17.8321583Z    Compiling utf8_iter v1.0.4
2026-06-15T12:27:17.8390384Z    Compiling getrandom v0.4.2
2026-06-15T12:27:17.8919820Z    Compiling ident_case v1.0.1
2026-06-15T12:27:17.9036104Z    Compiling fs_extra v1.3.0
2026-06-15T12:27:17.9613809Z    Compiling autocfg v1.5.1
2026-06-15T12:27:18.0010756Z    Compiling percent-encoding v2.3.2
2026-06-15T12:27:18.0190301Z    Compiling http v1.4.1
2026-06-15T12:27:18.0633167Z    Compiling thiserror v2.0.18
2026-06-15T12:27:18.2104973Z    Compiling indexmap v2.14.0
2026-06-15T12:27:18.2241202Z    Compiling aws-lc-rs v1.17.0
2026-06-15T12:27:18.2307694Z    Compiling unicode-segmentation v1.13.3
2026-06-15T12:27:18.2310198Z    Compiling cpufeatures v0.3.0
2026-06-15T12:27:18.2520622Z    Compiling syn v2.0.117
2026-06-15T12:27:18.2637535Z    Compiling scopeguard v1.2.0
2026-06-15T12:27:18.3141386Z    Compiling chacha20 v0.10.0
2026-06-15T12:27:18.3246128Z    Compiling form_urlencoded v1.2.2
2026-06-15T12:27:18.3330710Z    Compiling untrusted v0.9.0
2026-06-15T12:27:18.4074272Z    Compiling lock_api v0.4.14
2026-06-15T12:27:18.4291062Z    Compiling rustls v0.23.40
2026-06-15T12:27:18.4360319Z    Compiling heck v0.5.0
2026-06-15T12:27:18.4956464Z    Compiling atomic-waker v1.1.2
2026-06-15T12:27:18.5260924Z    Compiling const-oid v0.10.2
2026-06-15T12:27:18.5335096Z    Compiling unicode-xid v0.2.6
2026-06-15T12:27:18.5561052Z    Compiling anyhow v1.0.102
2026-06-15T12:27:18.6020952Z    Compiling zerocopy v0.8.50
2026-06-15T12:27:18.6413810Z    Compiling httparse v1.10.1
2026-06-15T12:27:18.6680187Z    Compiling jobserver v0.1.34
2026-06-15T12:27:18.7070417Z    Compiling paste v1.0.15
2026-06-15T12:27:18.7224823Z    Compiling parking_lot_core v0.9.12
2026-06-15T12:27:18.7390835Z    Compiling num-traits v0.2.19
2026-06-15T12:27:18.7569151Z    Compiling hybrid-array v0.4.12
2026-06-15T12:27:18.7710643Z    Compiling curve25519-dalek v4.1.3
2026-06-15T12:27:18.8724180Z    Compiling convert_case v0.10.0
2026-06-15T12:27:18.9319631Z    Compiling ahash v0.8.12
2026-06-15T12:27:18.9910924Z    Compiling base64ct v1.8.3
2026-06-15T12:27:19.0011178Z    Compiling cc v1.2.63
2026-06-15T12:27:19.0060629Z    Compiling fastrand v2.4.1
2026-06-15T12:27:19.0367439Z    Compiling either v1.16.0
2026-06-15T12:27:19.0615383Z    Compiling powerfmt v0.2.0
2026-06-15T12:27:19.2322358Z    Compiling deranged v0.5.8
2026-06-15T12:27:19.2850152Z    Compiling crypto-common v0.1.7
2026-06-15T12:27:19.2981110Z    Compiling block-buffer v0.10.4
2026-06-15T12:27:19.3231309Z    Compiling http-body v1.0.1
2026-06-15T12:27:19.3274343Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T12:27:19.4340706Z    Compiling mio v1.2.1
2026-06-15T12:27:19.4510815Z    Compiling socket2 v0.6.4
2026-06-15T12:27:19.4581021Z    Compiling getrandom v0.2.17
2026-06-15T12:27:19.5530959Z    Compiling digest v0.10.7
2026-06-15T12:27:19.6110942Z    Compiling rand_core v0.6.4
2026-06-15T12:27:19.6708857Z    Compiling rand v0.10.1
2026-06-15T12:27:19.7271448Z    Compiling num-conv v0.2.2
2026-06-15T12:27:19.8075621Z    Compiling base64 v0.22.1
2026-06-15T12:27:19.8330809Z    Compiling tower-service v0.3.3
2026-06-15T12:27:19.8478815Z    Compiling time-core v0.1.8
2026-06-15T12:27:19.8601907Z    Compiling data-encoding v2.11.0
2026-06-15T12:27:19.8870737Z    Compiling zmij v1.0.21
2026-06-15T12:27:19.8949535Z    Compiling try-lock v0.2.5
2026-06-15T12:27:19.8968253Z    Compiling vcpkg v0.2.15
2026-06-15T12:27:19.9110951Z    Compiling pkg-config v0.3.33
2026-06-15T12:27:19.9521443Z    Compiling tinyvec_macros v0.1.1
2026-06-15T12:27:19.9843039Z    Compiling want v0.3.1
2026-06-15T12:27:20.0270850Z    Compiling tinyvec v1.11.0
2026-06-15T12:27:20.0340432Z    Compiling sha2 v0.10.9
2026-06-15T12:27:20.1950815Z    Compiling parking_lot v0.12.5
2026-06-15T12:27:20.2903037Z    Compiling block-buffer v0.12.0
2026-06-15T12:27:20.3023634Z    Compiling crypto-common v0.2.2
2026-06-15T12:27:20.3120715Z    Compiling inout v0.1.4
2026-06-15T12:27:20.4461392Z    Compiling cmake v0.1.58
2026-06-15T12:27:20.4631687Z    Compiling vergen-lib v9.1.0
2026-06-15T12:27:20.5262979Z    Compiling n0-future v0.3.2
2026-06-15T12:27:20.6012095Z    Compiling cordyceps v0.3.4
2026-06-15T12:27:20.6480876Z    Compiling crossbeam-utils v0.8.21
2026-06-15T12:27:20.6592451Z    Compiling parking v2.2.1
2026-06-15T12:27:20.6834482Z    Compiling diatomic-waker v0.2.3
2026-06-15T12:27:20.6960107Z    Compiling httpdate v1.0.3
2026-06-15T12:27:20.7635941Z    Compiling signature v2.2.0
2026-06-15T12:27:20.7750927Z    Compiling winnow v1.0.3
2026-06-15T12:27:20.8061305Z    Compiling serde_json v1.0.150
2026-06-15T12:27:20.8141053Z    Compiling spin v0.10.0
2026-06-15T12:27:20.8317112Z    Compiling futures-lite v2.6.1
2026-06-15T12:27:20.8740893Z    Compiling ed25519 v2.2.3
2026-06-15T12:27:20.9078819Z    Compiling cipher v0.4.4
2026-06-15T12:27:20.9531209Z    Compiling netlink-packet-core v0.8.1
2026-06-15T12:27:20.9920832Z    Compiling futures-buffered v0.2.13
2026-06-15T12:27:20.9998419Z    Compiling universal-hash v0.5.1
2026-06-15T12:27:21.0041403Z    Compiling vergen-lib v0.1.6
2026-06-15T12:27:21.0633637Z    Compiling vergen v9.1.0
2026-06-15T12:27:21.1152973Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T12:27:21.1276951Z    Compiling heapless v0.7.17
2026-06-15T12:27:21.1300881Z    Compiling noq-udp v0.10.0
2026-06-15T12:27:21.1512296Z    Compiling sync_wrapper v1.0.2
2026-06-15T12:27:21.1900910Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T12:27:21.2099767Z    Compiling byteorder v1.5.0
2026-06-15T12:27:21.2460631Z    Compiling allocator-api2 v0.2.21
2026-06-15T12:27:21.2581750Z    Compiling opaque-debug v0.3.1
2026-06-15T12:27:21.3104118Z    Compiling digest v0.11.3
2026-06-15T12:27:21.3111092Z    Compiling aws-lc-sys v0.41.0
2026-06-15T12:27:21.3263842Z    Compiling ring v0.17.14
2026-06-15T12:27:21.3425669Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T12:27:21.4220362Z    Compiling polyval v0.6.2
2026-06-15T12:27:21.4730722Z    Compiling hash32 v0.2.1
2026-06-15T12:27:21.5410413Z    Compiling spin v0.9.8
2026-06-15T12:27:21.5760712Z    Compiling vergen-gitcl v1.0.8
2026-06-15T12:27:21.5936641Z    Compiling fallible-iterator v0.3.0
2026-06-15T12:27:21.6584679Z    Compiling num_threads v0.1.7
2026-06-15T12:27:21.7480801Z    Compiling tower-layer v0.3.3
2026-06-15T12:27:21.7615357Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T12:27:21.7821598Z    Compiling ryu v1.0.23
2026-06-15T12:27:21.8063784Z    Compiling signature v3.0.0
2026-06-15T12:27:21.8710694Z    Compiling time v0.3.47
2026-06-15T12:27:21.9140785Z    Compiling ghash v0.5.1
2026-06-15T12:27:21.9150141Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T12:27:21.9381628Z    Compiling ctr v0.9.2
2026-06-15T12:27:21.9572004Z    Compiling aes v0.8.4
2026-06-15T12:27:22.0093301Z    Compiling http-body-util v0.1.3
2026-06-15T12:27:22.0203480Z    Compiling aead v0.5.2
2026-06-15T12:27:22.0839398Z    Compiling openssl-probe v0.2.1
2026-06-15T12:27:22.1292019Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T12:27:22.1620982Z    Compiling crossbeam-channel v0.5.15
2026-06-15T12:27:22.2940614Z    Compiling netlink-packet-route v0.29.0
2026-06-15T12:27:22.3220664Z    Compiling blake3 v1.8.5
2026-06-15T12:27:22.3750718Z    Compiling uuid v1.23.2
2026-06-15T12:27:22.5530537Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T12:27:22.5614265Z    Compiling aes-gcm v0.10.3
2026-06-15T12:27:22.5960503Z    Compiling memoffset v0.6.5
2026-06-15T12:27:22.6150889Z    Compiling acto v0.8.2
2026-06-15T12:27:22.7831570Z    Compiling noq v0.18.0
2026-06-15T12:27:22.7882825Z    Compiling netwatch v0.16.0
2026-06-15T12:27:22.7889789Z    Compiling foldhash v0.2.0
2026-06-15T12:27:22.8467100Z    Compiling ref-cast v1.0.25
2026-06-15T12:27:22.8990980Z    Compiling thiserror v1.0.69
2026-06-15T12:27:22.9731090Z    Compiling rustc-hash v2.1.2
2026-06-15T12:27:22.9833214Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T12:27:23.0370742Z    Compiling xml-rs v0.8.28
2026-06-15T12:27:23.0844033Z    Compiling mac-addr v0.3.0
2026-06-15T12:27:23.0947933Z    Compiling rustix v1.1.4
2026-06-15T12:27:23.1524079Z    Compiling tagptr v0.2.0
2026-06-15T12:27:23.1681097Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T12:27:23.1930727Z    Compiling lru-slab v0.1.2
2026-06-15T12:27:23.2917999Z    Compiling identity-hash v0.1.0
2026-06-15T12:27:23.3821092Z    Compiling hashbrown v0.16.1
2026-06-15T12:27:23.4340773Z    Compiling netlink-packet-route v0.30.0
2026-06-15T12:27:23.4547388Z    Compiling synstructure v0.13.2
2026-06-15T12:27:23.4660956Z    Compiling darling_core v0.20.11
2026-06-15T12:27:23.5190946Z    Compiling serde_derive_internals v0.29.1
2026-06-15T12:27:24.0196565Z    Compiling proc-macro-crate v3.5.0
2026-06-15T12:27:24.1782368Z    Compiling xmltree v0.10.3
2026-06-15T12:27:24.1861908Z    Compiling errno v0.3.14
2026-06-15T12:27:24.1949852Z    Compiling serial-core v0.4.0
2026-06-15T12:27:24.2334283Z    Compiling termios v0.2.2
2026-06-15T12:27:24.2452924Z    Compiling ioctl-rs v0.1.6
2026-06-15T12:27:24.3350787Z    Compiling aho-corasick v1.1.4
2026-06-15T12:27:24.3543364Z    Compiling simple-dns v0.9.3
2026-06-15T12:27:24.3697118Z    Compiling regex-syntax v0.8.10
2026-06-15T12:27:24.3894326Z    Compiling smol_str v0.1.24
2026-06-15T12:27:24.4025439Z    Compiling signal-hook v0.3.18
2026-06-15T12:27:24.5510744Z    Compiling linux-raw-sys v0.12.1
2026-06-15T12:27:24.5820527Z    Compiling winnow v0.7.15
2026-06-15T12:27:24.6067868Z    Compiling sha1_smol v1.0.1
2026-06-15T12:27:24.6225822Z    Compiling resolv-conf v0.7.6
2026-06-15T12:27:24.6633653Z    Compiling constant_time_eq v0.4.2
2026-06-15T12:27:24.7433267Z    Compiling arrayref v0.3.9
2026-06-15T12:27:24.7930795Z    Compiling toml_write v0.1.2
2026-06-15T12:27:24.8338040Z    Compiling simdutf8 v0.1.5
2026-06-15T12:27:24.8720790Z    Compiling arrayvec v0.7.6
2026-06-15T12:27:25.0711051Z    Compiling serial-unix v0.4.0
2026-06-15T12:27:25.1240767Z    Compiling signal-hook-registry v1.4.8
2026-06-15T12:27:25.1680405Z    Compiling lru v0.16.4
2026-06-15T12:27:25.3276556Z    Compiling darling_core v0.23.0
2026-06-15T12:27:25.3518035Z    Compiling serde_bytes v0.11.19
2026-06-15T12:27:25.3977045Z    Compiling serde_derive v1.0.228
2026-06-15T12:27:25.4608021Z    Compiling zeroize_derive v1.4.3
2026-06-15T12:27:25.5990794Z    Compiling tokio-macros v2.7.0
2026-06-15T12:27:25.8831861Z    Compiling futures-macro v0.3.32
2026-06-15T12:27:26.0472337Z    Compiling zeroize v1.8.2
2026-06-15T12:27:26.2406811Z    Compiling zerofrom-derive v0.1.7
2026-06-15T12:27:26.3331993Z    Compiling tokio v1.52.3
2026-06-15T12:27:26.8085992Z    Compiling futures-util v0.3.32
2026-06-15T12:27:26.8090051Z    Compiling yoke-derive v0.8.2
2026-06-15T12:27:27.1200908Z    Compiling zerovec-derive v0.11.3
2026-06-15T12:27:27.1312491Z    Compiling displaydoc v0.2.6
2026-06-15T12:27:27.7140874Z    Compiling zerofrom v0.1.8
2026-06-15T12:27:27.8248541Z    Compiling tracing-attributes v0.1.31
2026-06-15T12:27:27.8380949Z    Compiling rustls-pki-types v1.14.1
2026-06-15T12:27:27.9681825Z    Compiling thiserror-impl v2.0.18
2026-06-15T12:27:28.0705447Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T12:27:28.0768019Z    Compiling yoke v0.8.3
2026-06-15T12:27:28.3260669Z    Compiling zerotrie v0.2.4
2026-06-15T12:27:28.6390569Z    Compiling zerovec v0.11.6
2026-06-15T12:27:28.6419796Z    Compiling darling_macro v0.20.11
2026-06-15T12:27:28.7390627Z    Compiling derive_more-impl v2.1.1
2026-06-15T12:27:28.7831141Z    Compiling spez v0.1.2
2026-06-15T12:27:28.7903201Z    Compiling n0-error-macros v0.1.3
2026-06-15T12:27:28.9900900Z    Compiling darling v0.20.11
2026-06-15T12:27:29.0530625Z    Compiling derive_builder_core v0.20.2
2026-06-15T12:27:29.2341525Z    Compiling der v0.8.0-rc.10
2026-06-15T12:27:29.4551378Z    Compiling tinystr v0.8.3
2026-06-15T12:27:29.5456779Z    Compiling potential_utf v0.1.5
2026-06-15T12:27:29.6863075Z    Compiling icu_locale_core v2.2.0
2026-06-15T12:27:29.6964699Z    Compiling icu_collections v2.2.0
2026-06-15T12:27:29.8193800Z    Compiling pin-project-internal v1.1.13
2026-06-15T12:27:29.8595708Z    Compiling n0-error v0.1.3
2026-06-15T12:27:30.2871135Z    Compiling cobs v0.3.0
2026-06-15T12:27:30.4760228Z    Compiling ipnet v2.12.0
2026-06-15T12:27:30.5060664Z    Compiling futures-executor v0.3.32
2026-06-15T12:27:30.5200389Z    Compiling derive_builder_macro v0.20.2
2026-06-15T12:27:30.7520756Z    Compiling ed25519-dalek v2.2.0
2026-06-15T12:27:30.8304052Z    Compiling futures v0.3.32
2026-06-15T12:27:30.8931848Z    Compiling icu_provider v2.2.0
2026-06-15T12:27:30.8970814Z    Compiling derive_builder v0.20.2
2026-06-15T12:27:31.0240738Z    Compiling spki v0.8.0-rc.4
2026-06-15T12:27:31.1050591Z    Compiling pin-project v1.1.13
2026-06-15T12:27:31.1870753Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T12:27:31.2280790Z    Compiling once_cell v1.21.4
2026-06-15T12:27:31.3152173Z    Compiling icu_normalizer v2.2.0
2026-06-15T12:27:31.3341223Z    Compiling icu_properties v2.2.0
2026-06-15T12:27:31.3429587Z    Compiling prefix-trie v0.8.4
2026-06-15T12:27:31.3704340Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T12:27:31.4179228Z    Compiling spt-proto v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T12:27:31.4970847Z    Compiling tracing-core v0.1.36
2026-06-15T12:27:31.7436488Z    Compiling hashbrown v0.14.5
2026-06-15T12:27:31.8479917Z    Compiling postcard-derive v0.2.2
2026-06-15T12:27:32.1528061Z    Compiling tracing v0.1.44
2026-06-15T12:27:32.1632214Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T12:27:32.2627589Z    Compiling tokio-util v0.7.18
2026-06-15T12:27:32.3697535Z    Compiling netlink-sys v0.8.8
2026-06-15T12:27:32.4024511Z    Compiling postcard v1.1.3
2026-06-15T12:27:32.5181265Z    Compiling tower v0.5.3
2026-06-15T12:27:32.6000514Z    Compiling hashlink v0.9.1
2026-06-15T12:27:32.6120792Z    Compiling data-encoding-macro v0.1.20
2026-06-15T12:27:32.6806671Z    Compiling rustls-native-certs v0.8.4
2026-06-15T12:27:32.7222996Z    Compiling strum_macros v0.28.0
2026-06-15T12:27:32.9281190Z    Compiling idna_adapter v1.2.2
2026-06-15T12:27:32.9349258Z    Compiling num_enum_derive v0.7.6
2026-06-15T12:27:32.9870813Z    Compiling rusqlite v0.32.1
2026-06-15T12:27:33.0000495Z    Compiling enum-assoc v1.3.0
2026-06-15T12:27:33.0081217Z    Compiling async-trait v0.1.89
2026-06-15T12:27:33.0517900Z    Compiling idna v1.1.0
2026-06-15T12:27:33.0999671Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T12:27:33.2133367Z    Compiling netdev v0.42.0
2026-06-15T12:27:33.2640531Z    Compiling netlink-proto v0.12.0
2026-06-15T12:27:33.3282959Z    Compiling derive_more v2.1.1
2026-06-15T12:27:33.3491672Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T12:27:33.5039671Z    Compiling h2 v0.4.14
2026-06-15T12:27:33.5700510Z    Compiling url v2.5.8
2026-06-15T12:27:33.6921637Z    Compiling iroh-metrics v0.38.3
2026-06-15T12:27:33.7280800Z    Compiling n0-watcher v0.6.1
2026-06-15T12:27:33.7421182Z    Compiling tokio-stream v0.1.18
2026-06-15T12:27:33.8601068Z    Compiling iroh-relay v0.98.0
2026-06-15T12:27:34.0441451Z    Compiling moka v0.12.15
2026-06-15T12:27:34.0544911Z    Compiling serde_spanned v0.6.9
2026-06-15T12:27:34.0672799Z    Compiling num_enum v0.7.6
2026-06-15T12:27:34.1760602Z    Compiling toml_datetime v0.6.11
2026-06-15T12:27:34.1851573Z    Compiling ref-cast-impl v1.0.25
2026-06-15T12:27:34.1973425Z    Compiling thiserror-impl v1.0.69
2026-06-15T12:27:34.2967688Z    Compiling spt-store v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T12:27:34.3940730Z    Compiling toml_edit v0.22.27
2026-06-15T12:27:34.4820877Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T12:27:34.5380977Z    Compiling attohttpc v0.30.1
2026-06-15T12:27:34.7638509Z    Compiling iroh-base v0.98.0
2026-06-15T12:27:34.9640788Z    Compiling tower-http v0.6.11
2026-06-15T12:27:35.0720731Z    Compiling webpki-roots v1.0.7
2026-06-15T12:27:35.1417278Z    Compiling regex-automata v0.4.14
2026-06-15T12:27:35.1938421Z    Compiling schemars_derive v1.2.1
2026-06-15T12:27:35.3640698Z    Compiling hmac v0.12.1
2026-06-15T12:27:35.5040738Z    Compiling seize v0.5.1
2026-06-15T12:27:35.6091646Z    Compiling iroh v0.98.2
2026-06-15T12:27:35.6220635Z    Compiling pin-utils v0.1.0
2026-06-15T12:27:35.6800095Z    Compiling strum v0.28.0
2026-06-15T12:27:35.6936890Z    Compiling cmov v0.5.4
2026-06-15T12:27:35.8156700Z    Compiling iroh-dns v0.98.0
2026-06-15T12:27:35.8391184Z    Compiling utf8parse v0.2.2
2026-06-15T12:27:35.8550810Z    Compiling bitflags v1.3.2
2026-06-15T12:27:35.8860982Z    Compiling rustix v0.38.44
2026-06-15T12:27:35.9182814Z    Compiling dyn-clone v1.0.20
2026-06-15T12:27:35.9298746Z    Compiling ctutils v0.4.2
2026-06-15T12:27:35.9476728Z    Compiling anstyle-parse v1.0.0
2026-06-15T12:27:36.0330790Z    Compiling nix v0.25.1
2026-06-15T12:27:36.0440800Z    Compiling filedescriptor v0.8.3
2026-06-15T12:27:36.1920927Z    Compiling papaya v0.2.4
2026-06-15T12:27:36.2290641Z    Compiling hkdf v0.12.4
2026-06-15T12:27:36.2783461Z    Compiling backon v1.6.0
2026-06-15T12:27:36.3150519Z    Compiling darling_macro v0.23.0
2026-06-15T12:27:36.3623935Z    Compiling serial v0.4.0
2026-06-15T12:27:36.3740001Z    Compiling linux-raw-sys v0.4.15
2026-06-15T12:27:36.3812167Z    Compiling downcast-rs v1.2.1
2026-06-15T12:27:36.4320743Z    Compiling anstyle-query v1.1.5
2026-06-15T12:27:36.4550718Z    Compiling shell-words v1.1.1
2026-06-15T12:27:36.5420681Z    Compiling foldhash v0.1.5
2026-06-15T12:27:36.5422305Z    Compiling instability v0.3.12
2026-06-15T12:27:36.6410666Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T12:27:36.6428435Z    Compiling colorchoice v1.0.5
2026-06-15T12:27:36.6990714Z    Compiling anstyle v1.0.14
2026-06-15T12:27:36.7234792Z    Compiling hashbrown v0.15.5
2026-06-15T12:27:36.7357828Z    Compiling darling v0.23.0
2026-06-15T12:27:36.7416097Z    Compiling signal-hook-mio v0.2.5
2026-06-15T12:27:36.7500964Z    Compiling spake2 v0.4.0
2026-06-15T12:27:36.7540846Z    Compiling terminal_size v0.4.4
2026-06-15T12:27:36.8141524Z    Compiling strum_macros v0.26.4
2026-06-15T12:27:36.8540778Z    Compiling sha1 v0.10.6
2026-06-15T12:27:36.9011526Z    Compiling itertools v0.13.0
2026-06-15T12:27:36.9680738Z    Compiling anstream v1.0.0
2026-06-15T12:27:37.0720569Z    Compiling toml v0.8.23
2026-06-15T12:27:37.1280666Z    Compiling castaway v0.2.4
2026-06-15T12:27:37.2182630Z    Compiling spt-msg v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T12:27:37.2381080Z    Compiling schemars v1.2.1
2026-06-15T12:27:37.5098262Z    Compiling doctest-file v1.1.1
2026-06-15T12:27:37.5424144Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T12:27:37.9860834Z    Compiling unicode-width v0.1.14
2026-06-15T12:27:38.0242205Z    Compiling clap_lex v1.1.0
2026-06-15T12:27:38.1607671Z    Compiling static_assertions v1.1.0
2026-06-15T12:27:38.2061012Z    Compiling indoc v2.0.7
2026-06-15T12:27:38.2201668Z    Compiling clap_builder v4.6.0
2026-06-15T12:27:38.2480963Z    Compiling compact_str v0.8.2
2026-06-15T12:27:38.3271159Z    Compiling regex v1.12.3
2026-06-15T12:27:38.9779516Z    Compiling spt-runtime v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T12:27:38.9820950Z    Compiling unicode-truncate v1.1.0
2026-06-15T12:27:39.1449942Z    Compiling interprocess v2.4.2
2026-06-15T12:27:39.1883891Z    Compiling crossterm v0.28.1
2026-06-15T12:27:39.2548218Z    Compiling lru v0.12.5
2026-06-15T12:27:39.2914512Z    Compiling clap_derive v4.6.1
2026-06-15T12:27:39.3264462Z    Compiling strum v0.26.3
2026-06-15T12:27:39.4261516Z    Compiling hyper v1.10.1
2026-06-15T12:27:39.4330553Z    Compiling iana-time-zone v0.1.65
2026-06-15T12:27:39.8051188Z    Compiling unicode-width v0.2.0
2026-06-15T12:27:39.9730650Z    Compiling cassowary v0.3.0
2026-06-15T12:27:40.0900950Z    Compiling portable-pty v0.8.1
2026-06-15T12:27:40.1041028Z    Compiling chrono v0.4.45
2026-06-15T12:27:40.1581307Z    Compiling nucleo-matcher v0.3.1
2026-06-15T12:27:40.3954992Z    Compiling ratatui v0.29.0
2026-06-15T12:27:40.8089146Z    Compiling spt-term v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T12:27:40.9532034Z    Compiling qrcode v0.14.1
2026-06-15T12:27:41.3470338Z    Compiling tempfile v3.27.0
2026-06-15T12:27:41.4439223Z    Compiling hyper-util v0.1.20
2026-06-15T12:27:41.7131008Z    Compiling spt-live v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T12:27:41.8821098Z    Compiling clap v4.6.1
2026-06-15T12:27:43.5179352Z    Compiling igd-next v0.17.1
2026-06-15T12:27:44.5943927Z    Compiling portmapper v0.16.0
2026-06-15T12:27:48.9230793Z    Compiling rustls-webpki v0.103.13
2026-06-15T12:27:51.2596761Z    Compiling tokio-rustls v0.26.4
2026-06-15T12:27:51.2597175Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T12:27:51.2597500Z    Compiling noq-proto v0.17.0
2026-06-15T12:27:51.4079997Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T12:27:51.4082097Z    Compiling hyper-rustls v0.27.9
2026-06-15T12:27:51.4082454Z    Compiling tokio-websockets v0.13.2
2026-06-15T12:27:51.5374804Z    Compiling reqwest v0.13.4
2026-06-15T12:27:52.4300495Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T12:28:05.9486432Z    Compiling spt-net v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T12:28:07.3171068Z    Compiling spt-daemon v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T12:28:13.7779809Z    Compiling spt v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T12:28:17.1856473Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T12:28:17.2075113Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-da43da27e5630773)
2026-06-15T12:28:17.2087937Z 
2026-06-15T12:28:17.2088222Z running 1 test
2026-06-15T12:28:23.3910338Z test new_brain_serves_against_old_broker ... ok
2026-06-15T12:28:23.3911093Z 
2026-06-15T12:28:23.3911350Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-15T12:28:23.3911709Z 
2026-06-15T12:28:23.4124571Z Post job cleanup.
2026-06-15T12:28:23.4783714Z [command]/usr/bin/git version
2026-06-15T12:28:23.4816243Z git version 2.43.0
2026-06-15T12:28:23.4881497Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/561841af-09d4-43de-a139-e6a470a85c12' before making global git config changes
2026-06-15T12:28:23.4882182Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T12:28:23.4885281Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T12:28:23.4915230Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T12:28:23.4942339Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T12:28:23.5120420Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T12:28:23.5139381Z http.https://github.com/.extraheader
2026-06-15T12:28:23.5147098Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T12:28:23.5171161Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T12:28:23.5364471Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T12:28:23.5390242Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T12:28:23.5705431Z Cleaning up orphan processes
2026-06-15T12:28:23.6244626Z Terminate orphan process: pid (3347524) (spt)
